home *** CD-ROM | disk | FTP | other *** search
INI File | 1993-04-10 | 2.8 KB | 63 lines |
- [clk]
- ;
- ; Function file for CLK.EXE
- ;
- ; This file is used as input to CLK if the /I option appears on the
- ; command line.
- ;
- ; Any function permitted on the command line may also appear in the [clk]
- ; section of this file. However, the primary use is to save the values
- ; related to adjustment. The L= function is updated any time an A= or L=
- ; function is used, whether it appears on the command line or through
- ; invocation of the function file. It is also used to save the warning
- ; information of the W= function.
- ;
- ; DO NOT include the /I option in the function file or you will create an
- ; infinite loop in CLK.
- ;
- ; The use of /? or the appearance of any error in the function file will
- ; terminate processing of CLK and will result in the function in this file
- ; being syntax checked only.
- ;
- ; Lines starting with a semi-colon and blank lines are ignored.
- ; You may place comments on function lines as long as they are separated from
- ; the command by at least one space. No function includes a space and all
- ; processing is terminated by the first space or the end of line.
- ;
- ; Functions must start in the first column and cannot extend for more than
- ; 144 characters (none need anywhere near that). Functions do not have any
- ; embedded spaces.
- ;
- ; While you will normally not want to change this file, you may choose to add
- ; TZ=..., R= and C= functions to this file if you always run your clocks in
- ; the same mode. Then you can cause all processing to occur simply by
- ; entering CLK /I
- ;
- ;
- ; A=sss.cc - Adjustment per day in seconds and 100ths.
- ; May be negative.
- ; A=-1.03 - Subtract 1.03 seconds per day
- ;
- ; L=YYYY-MM-DD,hh:mm:ss,sss.cc - Date and time of last adjustment and
- ; remaining adjustment.
- ; L=1993-01-01,00:00:01,-0.03 - You will rarely need to insert this statement
- ; yourself. It is a way for CLK to save
- ; information and CLK will calculate it.
- ;
- ; W=N-d/hh:mm:ss,+d/hh:mm:ss,YYYY-MM-DD,hh:mm:ss
- ;
- ; W=-0,+91 - You need only enter the time range for
- ; the warning command. CLK will add the
- ; current time information.
- ;
- ; R=B-hh:mm:ss,F+hh:mm:ss - Restrict time changes to the range specified.
- ;
- ; R=B-0:0:2,F+1:0:0 - Backward changes over two seconds are
- ; ignored as are forward changes over one hour.
- ;
- ; TZ=:cst - Time zone is Central U.S. with standard rules
- ; (or anything else you want to set.
- ;
- ; c=r - Connect for writes and periodic reads.
- ;
-